ioemu: e1000 emulation
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 26 Feb 2008 14:37:44 +0000 (14:37 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 26 Feb 2008 14:37:44 +0000 (14:37 +0000)
commit65ad78dff22c197b18ed451303371b41e64511c0
tree88500831c731469fa9edf2cf85c9ebb38bdc75e5
parente516decc8c8979c6f95856f5d8b349f186e53573
ioemu: e1000 emulation

This is a direct port of the e1000 driver currently in Qemu CVS with
extremely minimal changes.  This is useful for Xen as new OSes may not
support the old 100Mbps NICs we currently support (especially on
non-x86).  Drivers for e1000 should be more readily available.

Signed-off-by: Alex Williamson <alex.williamson@hp.com>
tools/ioemu/Makefile.target
tools/ioemu/hw/e1000.c [new file with mode: 0644]
tools/ioemu/hw/e1000_hw.h [new file with mode: 0644]
tools/ioemu/hw/pci.c
tools/ioemu/vl.h